IDataCollection<T> Interface
In This Topic
Abstracts the transformation of a data source into a collection.
Syntax
'Declaration
Public Interface IDataCollection(Of As Class)
public interface IDataCollection<>
where T: class
Type Parameters
- T
- The type of the items in the collection.
See Also